github.com/gotd/td/internal/exchange.unencryptedWriter.clock (field)

6 uses

	github.com/gotd/td/internal/exchange (current package)
		client_flow.go#L69: 	start := c.clock.Now()
		client_flow.go#L76: 	c.log.Debug("PQ decomposing complete", zap.Duration("took", c.clock.Now().Sub(start)))
		flow.go#L70: 		clock:   e.clock,
		proto.go#L17: 	clock   clock.Clock
		proto.go#L31: 		MessageID:   int64(proto.NewMessageID(w.clock.Now(), w.output)),
		server_flow.go#L206: 		ServerTime:  int(s.clock.Now().Unix()),